From 5e77896ddce5dae65a63667e0fd4da1d70cae86f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Apr 2018 15:24:10 +0100 Subject: [PATCH] docs/parse-support.md: Add some newlines to the table output This makes the result easier for humans to read. Signed-off-by: Ian Jackson Release-acked-by: Juergen Gross --- docs/parse-support-md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parse-support-md b/docs/parse-support-md index 653d216025..bbbb615b1a 100755 --- a/docs/parse-support-md +++ b/docs/parse-support-md @@ -399,7 +399,7 @@ sub write_output_row ($) { } $st //= '-'; - o(""); + o("\n"); my $end_a = ''; if ($sectnode->{Key} eq 'release-support--xen-version') { o(sprintf '', $version_urls[$i]); -- 2.30.2